Remove gtk_style_context_get_parent()
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 17:34:09 +0000 (17:34 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 13 Feb 2020 14:53:25 +0000 (14:53 +0000)
The function was declared and mentioned in the documentation, but it has
been removed in commit 416182a20d062d5865916f86909354ec85d00dd1.

docs/reference/gtk/gtk4-sections.txt
gtk/gtkstylecontext.h

index a5b87bb74e2a95ee3f93c40a41b866f103f963e3..73bba8e78cb225c47936745e98d7684338cdba7a 100644 (file)
@@ -4573,7 +4573,6 @@ GTK_STYLE_CLASS_WIDE
 GtkStyleContext
 gtk_style_context_add_provider
 gtk_style_context_add_provider_for_display
-gtk_style_context_get_parent
 gtk_style_context_get_display
 gtk_style_context_get_state
 gtk_style_context_get_color
index 881e11068924526a16789f39f37764193c51d19f..551bee924ebc8ae6f5516bb58a3f99e20188d83b 100644 (file)
@@ -865,9 +865,6 @@ void          gtk_style_context_set_scale    (GtkStyleContext *context,
 GDK_AVAILABLE_IN_ALL
 gint          gtk_style_context_get_scale    (GtkStyleContext *context);
 
-GDK_AVAILABLE_IN_ALL
-GtkStyleContext *gtk_style_context_get_parent (GtkStyleContext *context);
-
 GDK_AVAILABLE_IN_ALL
 GList *  gtk_style_context_list_classes (GtkStyleContext *context);